FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ScriptEnumValue<T> Class / Value Property

In This Topic
    Value Property (ScriptEnumValue<T>)
    In This Topic
    Gets or sets a value of this ScriptValue<T>. Settings this value forces IsExpression to false.
    Syntax
    'Declaration
     
    Public Property Value As T
    public T Value {get; set;}
    See Also